Xbasic

OBJECT.DIAL_PHONE Function

Syntax

.Dial_Phone(C PhoneNumber)

Arguments

PhoneNumber

Optional. Default = the value in the control that currently has focus. The phone number to dial.

Description

Dials the phone number in the control.

Discussion

The <OBJECT>.DIAL_PHONE() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.DIAL_PHONE() method dials the phone number explicitly provided or in the field that currently has focus.

Example

This script dials the number in the Home_phone control.

home_phone.activate()
parentform.dial_phone()

Limitations

Desktop applications only.

See Also